home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Reader's Corner / Reader's Contibutions / Modified / FrEQuency data / 01843.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  307 b   |  16 lines

  1. on exitFrame
  2.   if the lastClick > (20 * 60) then
  3.     silence()
  4.     set the movieTime of sprite 33 to 0
  5.     set the movieRate of sprite 33 to 1
  6.     play frame "lay backa"
  7.   else
  8.     play frame "tex2a"
  9.   end if
  10.   if the lastClick > (10 * 60) then
  11.     go("consolea")
  12.   else
  13.     play frame "tex2a"
  14.   end if
  15. end
  16.